home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 201 / DPCS1104.ISO / Full / QuickBooks / QBTutor / Lesson5 / Lesson5.dcr / 00220_C-J doListSelect jump.ls < prev    next >
Encoding:
Text File  |  2001-02-01  |  230 b   |  12 lines

  1. property pTarget, spriteNum
  2.  
  3. on getPropertyDescriptionList
  4.   description = [:]
  5.   addProp(description, #pTarget, [#default: EMPTY, #format: #string, #comment: "Target:"])
  6.   return description
  7. end
  8.  
  9. on doListSelect
  10.   go(pTarget)
  11. end
  12.